OHI British Columbia | OHI Science | Citation policy
read in some data A and data B. Modify some things, and save as layer 1.
This sources a script that modifies another new layer (tableC) and saves it as table2 and table3, external to the direct Rmd path. It also sources a separate script that reads a previously-saved layer (table 1) and gapfills, saving as table1a.
sourced script reads in layers 1a, 2, and 3, and does some stuff, and saves the results as layers D and E.
| file_name | file_dir | filetype | uncomm_chgs | commit_hash |
|---|---|---|---|---|
| table1.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | 893b676 |
| table1a.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | a7e123b |
| table2.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | a7e123b |
| table3.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | a7e123b |
| tableA.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | 8b48c04 |
| tableB.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | 00b6e10 |
| tableC.csv | /Users/ohara/github/ohibc/rmd_testing | input | FALSE | 00b6e10 |
| table1.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | 893b676 |
| table1a.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | a7e123b |
| table2.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | a7e123b |
| table3.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | a7e123b |
| tableD.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | a7e123b |
| tableE.csv | /Users/ohara/github/ohibc/rmd_testing | output | FALSE | a7e123b |
| 0_sample_script.Rmd | /Users/ohara/github/ohibc/rmd_testing/. | parent_script | NA | NA |
| 1_data_prep_sample.R | . | sourced_script | TRUE | NA |
| 1a_gapfill.R | . | sourced_script | TRUE | NA |
| 2_model_sample.R | /Users/ohara/github/ohibc/rmd_testing | sourced_script | TRUE | NA |